v1.1
May 25 2009
	Initial build

June 17 2009
	Adding Add Dir function
	Changed capitolization in case statement for position
	Added default text for position combo box
	Added error checking to see if selected combobox item is null

June 18 2009
	Added trackbar and timer

v1.2
June 23 2009
	Changed select on load up to select DISTINCT
	added function in addDir to split file name and path and full path
June 24 2009
	changed so when files are loaded it displays only file name in listbox
	changed to uses file name in the query to get the full path to image to be
	displayed in the picture box
	changed set wallpaper so it now works with redesigned db

v1.3
June 24 2009
	Added method update LB which updates the listbox with the images
	Simplified startup by just getting current wallpaper and calling updatelb
	Cleaning up comments and code
	
June 25 2009
	Added Remove File
	Set random wallpaper with timer now works
	Added Menu bar and About

June 30 2009
	Added check to make sure program didn't crash if set was clicked and nothing in listbbox was highlighted

July 1 2009
	Added miniize to tray feature
	Added context menu to notify icon(Show, Exit)

July 7 2009
	Added Subform for preferences, working on add /remove

July 8 2009
	Removed than added subform for timer and preferences
	Timer via subform now works
	Fixed Remove File
	
v1.4
July 20 2009
	Changed image path to My Pictures

July 21 2009
	Added error checking for blank path for addDir
	Added error checking for blank file path for addFile
	
July 22 2009
	Timer from Preferences form now works
	Removed buttons on main window

v1.5
August 5 2009
	Added Preferences to contextMenu for notify icon

August 11 2009
	Fixed 'Unable to Connect to Database' when starting from 'Startup' folder
	Added 'vacuum' command to rmDir to free wasted space
	Adding the same directory multiple times only shows new files, not duplicates
	Added error checking for remove file

August 12 2009
	Removed timer from preferences window

August 18 2009
	Changed path of database to so methods could access it when run from startup
	Added delete and add to Startup on Preferences
	Fixed Add File

August 19 2009
	Timer on preferences window now works with timer on main window
	Added file not found checking for setWallpaper
	
August 20 2009
	Added icon to executable and about window

v1.6
January 11 2010
	Program no longer appears in alt+tab when minimized
	Double clicking on a wallpaper sets it to current
	Added ability to rescan a directory to detect new or removed files
January 15 2010
	Fixed bug where any change to the timer time would create a link in Startup folder
	The 'Quit' option in the menu now actually quits the program instead of just minimizing it
	Fixed bug where Preferences window shows dirctories that were added using 'Individual File' button
January 16 2010
	Add directory now adds bmp,png instead of just jpg.